* subr.el (read-passwd): Disable show-paren-mode.
authorLeo Liu <sdl.web@gmail.com>
Mon, 9 Dec 2013 02:38:42 +0000 (10:38 +0800)
committerLeo Liu <sdl.web@gmail.com>
Mon, 9 Dec 2013 02:38:42 +0000 (10:38 +0800)
lisp/ChangeLog
lisp/subr.el

index ece243301fe5fac23dbb5b18f879cb0e9235d513..3d308b8c991bb7f39f4359239d5e70163404afae 100644 (file)
@@ -1,3 +1,7 @@
+2013-12-09  Leo Liu  <sdl.web@gmail.com>
+
+       * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
+
 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
 
        * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
index 6b1e99f337cbdab7646d511933da199982105e38..d86469dd158a1957c8865a6aca126bc3f7e6228f 100644 (file)
@@ -2038,6 +2038,7 @@ by doing (clear-string STRING)."
             (setq-local select-active-regions nil)
             (use-local-map read-passwd-map)
             (setq-local inhibit-modification-hooks nil) ;bug#15501.
+           (setq-local show-paren-mode nil)            ;bug#16091.
             (add-hook 'after-change-functions hide-chars-fun nil 'local))
         (unwind-protect
             (let ((enable-recursive-minibuffers t))